home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / libx11 / include / x11 / xmp / xmpmotifp.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  2KB  |  92 lines

  1. #ifndef _MriMotifP_h_
  2. #define _MriMotifP_h_
  3. #include <X11/Xmp/COPY>
  4.  
  5. /*
  6. * SCCS_data: @(#) XmpMotifP.h    1.2 92/03/18 11:12:15
  7. *
  8. *    This module includes all of the private headers for all Motif
  9. *    widgets and Xmp widgets (public widgets based on Motif).  The
  10. *    files get included in the appropriate order (top down in the
  11. *    widget class heirarchy).
  12. *
  13. *******************************************************************************
  14. */
  15.  
  16. /* Core, Object, RectObj, WindowObj, 
  17. ** XmGadget, XmPrimitive, and XmComposite, 
  18. ** Shell, OverrideShell, WMShell, VendorShell, TopLevelShell, ApplicationShell, 
  19. ** Constraint, XmManager.
  20. */
  21. #include <X11/Xm/XmP.h>
  22.  
  23. /* XmGadget Subclasses
  24. */
  25. #include <X11/Xm/ArrowBGP.h>
  26. #include <X11/Xm/SeparatoGP.h>
  27. #include <X11/Xm/LabelGP.h>
  28. #include <X11/Xm/CascadeBGP.h>
  29. #include <X11/Xm/PushBGP.h>
  30. #include <X11/Xm/ToggleBGP.h>
  31.  
  32. /* XmPrimitive Subclasses
  33. */
  34. #include <X11/Xm/ArrowBP.h>
  35. #include <X11/Xm/ListP.h>
  36. #include <X11/Xm/ScrollBarP.h>
  37. #include <X11/Xm/SeparatorP.h>
  38. #include <X11/Xm/TextP.h>
  39.  
  40. /* TextField: Motif 1.0 doesn't have them, the TextFP.h collides with TextP.h,
  41.  * and they are useless anyway.  Nevertheless, at least get TextF.h if there.
  42.  */
  43. #ifndef _OLD_MOTIF
  44. #ifdef FIXED_TextFP_h
  45. #include <X11/Xm/TextFP.h>
  46. #else
  47. #include <X11/Xm/TextF.h>
  48. #endif
  49. #endif
  50.  
  51. #include <X11/Xm/LabelP.h>
  52. #include <X11/Xm/CascadeBP.h>
  53. #include <X11/Xm/DrawnBP.h>
  54. #include <X11/Xm/PushBP.h>
  55. #include <X11/Xm/ToggleBP.h>
  56.  
  57. /* XmManager Subclasses
  58. */
  59. #include <X11/Xm/DrawingAP.h>
  60. #include <X11/Xm/FrameP.h>
  61. #include <X11/Xm/PanedWP.h>
  62. #include <X11/Xm/RowColumnP.h>
  63. #include <X11/Xm/ScaleP.h>
  64. #include <X11/Xm/ScrolledWP.h>
  65. #include <X11/Xm/MainWP.h>
  66. #include <X11/Xm/BulletinBP.h>
  67. #include <X11/Xm/FormP.h>
  68. #include <X11/Xm/MessageBP.h>
  69. #include <X11/Xm/SelectioBP.h>
  70. #include <X11/Xm/CommandP.h>
  71. #ifndef XtSpecificationRelease
  72. #include <X11/Xm/FileSB.h>
  73. #endif
  74. #include <X11/Xm/FileSBP.h>
  75.  
  76. /* Shell Subclasses
  77. */
  78. #include <X11/ShellP.h>
  79. #include <X11/VendorP.h>
  80. #include <X11/Xm/MenuShellP.h>
  81. #include <X11/Xm/DialogSP.h>
  82.  
  83. /* Apparently Obsolete 
  84. */
  85. #include <X11/Xm/SashP.h>
  86.  
  87. /* Public widgets derived from Motif
  88. */
  89. #include <X11/Xmp/TableP.h>
  90.  
  91. #endif /* _MriMotifP_h_ */
  92.